home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Full / Panda Internet Security 2009 / IS09PROMO3M.exe / [0] / Files / PSROL.exe / 0 / RCDATA / TFORMDATOSACTIVACION / TFORMDATOSACTIVACION.txt
Text File  |  2008-07-17  |  5KB  |  225 lines

  1. object FormDatosActivacion: TFormDatosActivacion
  2.   Left = 412
  3.   Top = 229
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Datos de la activaci∩┐╜n del producto'
  7.   ClientHeight = 318
  8.   ClientWidth = 340
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PanelBotones: TPanel
  21.     Left = 0
  22.     Top = 270
  23.     Width = 340
  24.     Height = 48
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     Color = 14215660
  28.     TabOrder = 0
  29.     object PlaBevel1: TPlaBevel
  30.       Left = 0
  31.       Top = 0
  32.       Width = 340
  33.       Height = 2
  34.       Align = alTop
  35.     end
  36.     object BtnCancelar: TPlaButton
  37.       Left = 253
  38.       Top = 14
  39.       Width = 75
  40.       Height = 21
  41.       Anchors = [akTop, akRight]
  42.       Caption = 'Cancelar'
  43.       Font.Charset = DEFAULT_CHARSET
  44.       Font.Color = clWindowText
  45.       Font.Height = -11
  46.       Font.Name = 'Tahoma'
  47.       Font.Style = []
  48.       ParentFont = False
  49.       TabOrder = 0
  50.       Cancel = True
  51.       ModalResult = 2
  52.     end
  53.     object BtnGuardar: TPlaButton
  54.       Left = 168
  55.       Top = 14
  56.       Width = 75
  57.       Height = 21
  58.       Anchors = [akTop, akRight]
  59.       Caption = 'Guardar'
  60.       Font.Charset = DEFAULT_CHARSET
  61.       Font.Color = clWindowText
  62.       Font.Height = -11
  63.       Font.Name = 'Tahoma'
  64.       Font.Style = []
  65.       ParentFont = False
  66.       TabOrder = 1
  67.       OnClick = BtnGuardarClick
  68.     end
  69.     object BtnImprimir: TPlaButton
  70.       Left = 80
  71.       Top = 14
  72.       Width = 75
  73.       Height = 21
  74.       Anchors = [akTop, akRight]
  75.       Caption = 'Imprimir'
  76.       Font.Charset = DEFAULT_CHARSET
  77.       Font.Color = clWindowText
  78.       Font.Height = -11
  79.       Font.Name = 'Tahoma'
  80.       Font.Style = []
  81.       ParentFont = False
  82.       TabOrder = 2
  83.       OnClick = BtnImprimirClick
  84.       Default = True
  85.     end
  86.   end
  87.   object Panel1: TPanel
  88.     Left = 0
  89.     Top = 0
  90.     Width = 340
  91.     Height = 270
  92.     Align = alClient
  93.     BevelOuter = bvNone
  94.     Color = clWhite
  95.     TabOrder = 1
  96.     object LNumCliente: TLabel
  97.       Left = 50
  98.       Top = 32
  99.       Width = 65
  100.       Height = 13
  101.       Caption = 'N∩┐╜ de cliente:'
  102.       Color = clWhite
  103.       Font.Charset = DEFAULT_CHARSET
  104.       Font.Color = 40863
  105.       Font.Height = -11
  106.       Font.Name = 'Tahoma'
  107.       Font.Style = []
  108.       ParentColor = False
  109.       ParentFont = False
  110.     end
  111.     object LMail: TLabel
  112.       Left = 50
  113.       Top = 80
  114.       Width = 151
  115.       Height = 13
  116.       Caption = 'Direcci∩┐╜n de correo electr∩┐╜nico:'
  117.       Color = clWhite
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = 40863
  120.       Font.Height = -11
  121.       Font.Name = 'Tahoma'
  122.       Font.Style = []
  123.       ParentColor = False
  124.       ParentFont = False
  125.     end
  126.     object LCodigoActivacion: TLabel
  127.       Left = 50
  128.       Top = 129
  129.       Width = 166
  130.       Height = 13
  131.       Caption = 'C∩┐╜digo de activaci∩┐╜n del producto:'
  132.       Color = clWhite
  133.       Font.Charset = DEFAULT_CHARSET
  134.       Font.Color = 40863
  135.       Font.Height = -11
  136.       Font.Name = 'Tahoma'
  137.       Font.Style = []
  138.       ParentColor = False
  139.       ParentFont = False
  140.     end
  141.     object LFechaFinalizacion: TLabel
  142.       Left = 50
  143.       Top = 177
  144.       Width = 166
  145.       Height = 13
  146.       Caption = 'Fecha de finalizaci∩┐╜n de la licencia:'
  147.       Color = clWhite
  148.       Font.Charset = DEFAULT_CHARSET
  149.       Font.Color = 40863
  150.       Font.Height = -11
  151.       Font.Name = 'Tahoma'
  152.       Font.Style = []
  153.       ParentColor = False
  154.       ParentFont = False
  155.     end
  156.     object ENumCliente: TPlaEdit
  157.       Left = 50
  158.       Top = 50
  159.       Width = 240
  160.       Height = 21
  161.       Font.Charset = DEFAULT_CHARSET
  162.       Font.Color = clWindowText
  163.       Font.Height = -11
  164.       Font.Name = 'Tahoma'
  165.       Font.Style = []
  166.       ParentFont = False
  167.       TabOrder = 0
  168.       Transparent = False
  169.     end
  170.     object EMail: TPlaEdit
  171.       Left = 50
  172.       Top = 98
  173.       Width = 240
  174.       Height = 21
  175.       Font.Charset = DEFAULT_CHARSET
  176.       Font.Color = clWindowText
  177.       Font.Height = -11
  178.       Font.Name = 'Tahoma'
  179.       Font.Style = []
  180.       ParentFont = False
  181.       TabOrder = 1
  182.       Transparent = False
  183.     end
  184.     object ECodigoActivacion: TPlaEdit
  185.       Left = 50
  186.       Top = 147
  187.       Width = 240
  188.       Height = 21
  189.       Font.Charset = DEFAULT_CHARSET
  190.       Font.Color = clWindowText
  191.       Font.Height = -11
  192.       Font.Name = 'Tahoma'
  193.       Font.Style = []
  194.       ParentFont = False
  195.       TabOrder = 2
  196.       Transparent = False
  197.     end
  198.     object EFechaFinalizacion: TPlaEdit
  199.       Left = 50
  200.       Top = 195
  201.       Width = 240
  202.       Height = 21
  203.       Cursor = crIBeam
  204.       Font.Charset = DEFAULT_CHARSET
  205.       Font.Color = clWindowText
  206.       Font.Height = -11
  207.       Font.Name = 'Tahoma'
  208.       Font.Style = []
  209.       ParentFont = False
  210.       TabOrder = 3
  211.       Transparent = False
  212.     end
  213.   end
  214.   object DlgSave: TSaveDialog
  215.     DefaultExt = 'txt'
  216.     Filter = '*.txt|*.txt'
  217.     Left = 192
  218.     Top = 232
  219.   end
  220.   object DlgPrint: TPrintDialog
  221.     Left = 96
  222.     Top = 232
  223.   end
  224. end
  225.